home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / artemis / artsrc2 / waitvsyn.c < prev   
Encoding:
C/C++ Source or Header  |  1994-11-16  |  163 b   |  12 lines

  1. #include <stdio.h>
  2. #include <ryosuke.h>
  3. #include <egb.h>
  4. #include <usrlib.h>
  5.  
  6. void wait_vsync()
  7. {
  8.     int n;
  9.     n=0;
  10.     EGB_palette(EGB_work, 1, (char*)&n);
  11. }
  12.